@keyframes focus-shadow-pulse-inset{0%{box-shadow:inset 0 0 0 3px rgba(0,120,212,.35);box-shadow:inset 0 0 0 3px rgba(var(--palette-primary,0, 120, 212),.35)}50%{box-shadow:inset 0 0 0 3px rgba(0,120,212,.15);box-shadow:inset 0 0 0 3px rgba(var(--palette-primary,0, 120, 212),.15)}100%{box-shadow:inset 0 0 0 3px rgba(0,120,212,.35);box-shadow:inset 0 0 0 3px rgba(var(--palette-primary,0, 120, 212),.35)}}.bolt-wizard-item{min-width:148px}.bolt-wizard-item:not(:last-child){margin-right:3px}.bolt-wizard-item.selected .bolt-wizard-item-text{font-weight:600;color:rgba(0,0,0,.9);color:var(--text-primary-color,rgba(0, 0, 0, .9))}.bolt-wizard-item.selected .bolt-wizard-item-bar{background-color:rgba(43,136,216,1);background-color:rgba(var(--palette-primary-tint-10,43, 136, 216),1)}.bolt-wizard-item.clickable{cursor:pointer}.bolt-wizard-item:focus{outline:none}.bolt-focus-visible .bolt-wizard-item:focus{animation:ms-focus-shadow-pulse 4s ease-in-out infinite;box-shadow:0 0 0 3px rgba(0,120,212,.35);box-shadow:0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, .35))}@media screen and (-ms-high-contrast:active){.bolt-focus-visible .bolt-wizard-item:focus{animation:none}}@media screen and (-ms-high-contrast:active){.bolt-focus-visible .bolt-wizard-item:focus{box-shadow:0 0 0 1px highlight}}.bolt-wizard-item-text-row{height:24px;align-items:center}.bolt-wizard-item-text-row.complete .bolt-wizard-item-text{color:rgba(0,0,0,.9);color:var(--text-primary-color,rgba(0, 0, 0, .9))}.bolt-wizard-item-text{font-size:14px;color:rgba(0,0,0,.55);color:var(--text-secondary-color,rgba(0, 0, 0, .55))}.bolt-wizard-item-icon{height:24px;width:24px;align-items:center;justify-content:center;color:rgba(0,0,0,.55);color:var(--text-secondary-color,rgba(0, 0, 0, .55));font-size:16px}.bolt-wizard-item-bar{margin-top:6px;height:4px;background-color:rgba(234,234,234,1);background-color:rgba(var(--palette-neutral-8,234, 234, 234),1)}